Search
BarRenderer Constructor
See Also
 






Initializes a new instance of the BarRenderer class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public BarRenderer (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered as bars.

 See Also